Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Jan 15, 2026

From #10764

These tests should just be removed; it's the placeholder that's part of the template, and we don't ever expect to run these tests in a non-plugin package like this one. Usually we remove them, it just got missed here.

It's dead code from a repo tool perspective, because we won't try to run these tests for a non-plugin package.

Pre-Review Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2 3

@jmagman jmagman self-assigned this Jan 15, 2026
@github-actions github-actions bot added platform-ios platform-macos p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package triage-framework Should be looked at in framework triage labels Jan 15, 2026
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xcode wanted to delete the quotes, let it.

@jmagman jmagman added the override: no changelog needed Override the check requiring CHANGELOG updates for most changes label Jan 15, 2026
Copy link
Collaborator

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's still a draft, but LGTM :)

@jmagman jmagman marked this pull request as ready for review January 16, 2026 21:40
@jmagman jmagman requested a review from Piinks as a code owner January 16, 2026 21:40
@jmagman jmagman added the autosubmit Merge PR when tree becomes green via auto submit App label Jan 16, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes placeholder test files and their associated configurations for both iOS and macOS from the two_dimensional_scrollables example application. The deleted files (RunnerTests.swift) and the modifications to the Xcode project files (.pbxproj) correctly remove the unused test targets, which were boilerplate from the project template and are not needed for this non-plugin package. The changes are clean and align with the goal of removing dead code.

@auto-submit auto-submit bot merged commit 0af5736 into flutter:main Jan 16, 2026
81 checks passed
@jmagman jmagman deleted the tds-delete-tests branch January 16, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App override: no changelog needed Override the check requiring CHANGELOG updates for most changes p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package platform-ios platform-macos triage-framework Should be looked at in framework triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants